projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9269c1
)
src/xdisp.c: Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Jul 2011 10:58:44 +0000
(06:58 -0400)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Jul 2011 10:58:44 +0000
(06:58 -0400)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 0cb1863da9bc513f1af71f3e94dc45d1ed166cce..8b164008c3feefb6e7833988960b3650a6e5c478 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-23256,7
+23256,7
@@
produce_glyphless_glyph (struct it *it, int for_no_font, Lisp_Object acronym)
base_width = font->average_width;
/* Get a face ID for the glyph by utilizing a cache (the same way as
- do
en
for `escape-glyph' in get_next_display_element). */
+ do
ne
for `escape-glyph' in get_next_display_element). */
if (it->f == last_glyphless_glyph_frame
&& it->face_id == last_glyphless_glyph_face_id)
{